home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / text / misc / catdoc.readme < prev    next >
Text File  |  1998-01-05  |  3KB  |  93 lines

  1. Short:    MS-Word reader for Amiga, Unix, etc.. v0.3
  2. Author:   "Victor B. Wagner" <vitus@agropc.msk.su> and all
  3. Uploader: gcornu@serveur.dtr.fr (Gerard Cornu)
  4. Version:  0.3
  5. Type:     text/misc
  6.  
  7.  * From: "Victor B. Wagner" <vitus@agropc.msk.su>
  8.  * Newsgroups: comp.os.linux.misc,comp.os.linux.development.apps,
  9.  *             comp.unix.programmer
  10.  * Subject: CATDOC ver 0.3 (MS-Word reader for UNIX and DOS)
  11.  *          released (source here)
  12.  * Date: 27 Dec 1996 16:47:30 +0300
  13.  * Reply-To: vitus@agropc.msk.su
  14.  *
  15.  * Hi, All!
  16.  *
  17.  * I've just finished third release of MS-Word to ASCII converter.
  18.  * New features:
  19.  *
  20.  * 1. Some Word character can be converted into TeX control sequences
  21.  * 2. Optionally, program can return exit code 1, if file is not in MS-Word
  22.  *    format (application of this feature see below)
  23.  * 3. Source code is completely rewritten to achieve more clarity.
  24.  *
  25.  * Missing features:
  26.  *
  27.  * 1. fast saves still not handled correctly.
  28.  * 2. footnotes are viewed as separate paragrapghs at the end of text without
  29.  *   any link to their marks (footnote marks are silently deleted)
  30.  * 3. Nothing done with embedded illustrations and OLE objects.
  31.  * 4. Reserved sign is translated just to (R) instead of correct TeX sequence
  32.  * 5. Some garbage is displayed at the end (and possible at the start)
  33.  *   of document
  34.  *
  35.  * Usage notes
  36.  *
  37.  * -t switch causes replacing of special symbols such as em-dash by
  38.  *    TeX (LaTeX) commands instead of ASCII printable equivalents
  39.  * -a disables effect of prevouisly specified -t
  40.  *
  41.  *
  42.  * -s switch: if program cannot find MS-Word signature before
  43.  * first pritable paragraph, it exits with code 1, supposing that it is
  44.  * just plain text which has .doc suffix only by coincedence.
  45.  *
  46.  * In case of errors it returns exit code 2.
  47.  *
  48.  * So I write following command file to view doc files in DOS environment:
  49.  *
  50.  * ------------------
  51.  * @echo off
  52.  * rem docview.bat - viewer for files with DOC extension
  53.  * rem uses Norton's WPVIEW.EXE
  54.  * catdoc -s %1>%TEMP%\docview.tmp
  55.  * if errorlevel 2 goto quit
  56.  * if errorlevel 1 copy $1 %TEMP^%\docview.tmp
  57.  * rem this is not winword file. Probably it is viewable without special effort
  58.  * wpview %TEMP%\docview.tmp
  59.  * :quit
  60.  * del %TEMP%\docview.tmp
  61.  * ---------------
  62.  *
  63.  * If you want to use this program as filter (I wonder, who would supply
  64.  * Word file for stdin), just use dash '-' instead of file name
  65.  *
  66.  
  67.  
  68. [Gerard Cornu]: I have just compiled it plain (no options) with gcc
  69.                 from ADE GG2.
  70.  
  71.    email:   gcornu@serveur.dtr.fr
  72.  
  73.    http:    http://www.dtr.fr/homepage/gcornu  
  74.  
  75.    mail:    Gerard Cornu
  76.             11, Av. E. Aynard
  77.             69130 Ecully
  78.             (France)
  79.  
  80.  
  81. ============================= Archive contents =============================
  82.  
  83. Original  Packed Ratio    Date     Time    Name
  84. -------- ------- ----- --------- --------  -------------
  85.     1636     867 47.0% 05-Nov-97 17:31:46  catdoc.info
  86.     9592    5125 46.5% 05-Nov-97 17:18:04 +catdoc
  87.    11908    4579 61.5% 05-Nov-97 17:17:42 +catdoc.c
  88.     1770    1283 27.5% 24-Sep-97 16:38:32 +catdoc.c.info
  89.     2695    1367 49.2% 05-Nov-97 17:29:16 +catdoc.readme
  90.     1369     821 40.0% 05-Nov-97 17:34:50 +catdoc.readme.info
  91. -------- ------- ----- --------- --------
  92.    28970   14042 51.5% 10-Nov-97 04:11:06   6 files
  93.